RemoveAt Method (C1KeyedList<TKey,TItem>)
In This Topic
Removes the element at the specified index of the
C1KeyedList<TKey,TItem>.
Syntax
'Declaration
Public Sub RemoveAt( _
ByVal As Integer _
)
public void RemoveAt(
int
)
Parameters
- index
- The zero-based index of the element to remove.
See Also